func strconv.computeBounds

2 uses

	strconv (current package)
		ftoaryu.go#L239: 	ml, mc, mu, e2 := computeBounds(mant, exp, flt)
		ftoaryu.go#L352: func computeBounds(mant uint64, exp int, flt *floatInfo) (lower, central, upper uint64, e2 int) {